home *** CD-ROM | disk | FTP | other *** search
- OperatorController = {
- ACTIONS = {"apply:" = "apply:"; "handleClick:" = "handleClick:"; };
- OUTLETS = {
- constBrowser = constBrowser;
- constOps = constOps;
- imageView = imageView;
- modifBrowser = modifBrowser;
- modifOps = modifOps;
- threshOperator = threshOperator;
- windowOperator = windowOperator;
- };
- SUPERCLASS = Object;
- };
- ImageView = {
- ACTIONS = {"displayImage:" = "displayImage:"; "resetBrightness:" = "resetBrightness:"; };
- OUTLETS = {
- brightnessSlider = brightnessSlider;
- dataForm = dataForm;
- image = image;
- imageForm = imageForm;
- operatorController = operatorController;
- scrollView = scrollView;
- timage = timage;
- };
- SUPERCLASS = View;
- };
- ThreshOperator = {
- ACTIONS = {};
- OUTLETS = {threshForm = threshForm; };
- SUPERCLASS = ImageOperator;
- };
- ACRViewerApplication = {
- ACTIONS = {
- "nextSlice:" = "nextSlice:";
- "open:" = "open:";
- "openFolder:" = "openFolder:";
- "previousSlice:" = "previousSlice:";
- "saveAsTiff:" = "saveAsTiff:";
- "startAnimation:" = "startAnimation:";
- "stopAnimation:" = "stopAnimation:";
- };
- OUTLETS = {
- directoryMenu = directoryMenu;
- imageMenu = imageMenu;
- imageView = imageView;
- imageViewWindow = imageViewWindow;
- operatorController = operatorController;
- };
- SUPERCLASS = Application;
- };
- WindowOperator = {OUTLETS = {windowForm = windowForm; }; SUPERCLASS = ImageOperator; };
- ImageOperator = {
- ACTIONS = {"apply:" = "apply:"; };
- OUTLETS = {mainPanel = mainPanel; operatorController = operatorController; };
- SUPERCLASS = Object;
- };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- PreferencesController = {
- ACTIONS = {"setPreferences:" = "setPreferences:"; };
- OUTLETS = {
- imageView = imageView;
- secondsInAnimation = secondsInAnimation;
- switches = switches;
- };
- SUPERCLASS = Object;
- };
-